From: Gerd Moellmann Date: Mon, 21 May 2001 12:40:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8793^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=276353c59af3c68295121ad16b7df7b10ffbe824;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d5026a7b84..b146760fbb1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-05-21 Gerd Moellmann + + * help.el (describe-variable): Deal with variable aliases. + 2001-05-20 Stefan Monnier * replace.el (keep-lines-read-args): Use `copy-marker'. diff --git a/src/ChangeLog b/src/ChangeLog index 48435d8fb6d..0904f6b54e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -39,9 +39,10 @@ * alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol. - * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: Use - SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing - symbols' value directly. + * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c: + * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/ + SET_SYMBOL_VALUE macros instead of accessing symbols' value + directly. 2001-05-18 Gerd Moellmann